home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Aztec C 5.0a disk 1.adf / devs / mountlist < prev    next >
Text File  |  1989-10-13  |  537b  |  24 lines

  1.  
  2. /* IVS Drive definition
  3.    QUANTUM  P40S 940-40-94xx 
  4.  
  5.    This entry is only used in conjunction with the MOUNT command
  6.    It is not used for AUTO-BOOTING devices. */
  7.  
  8. DH0:    Device = IVS_SCSI.device
  9.     Unit = 1
  10.     Flags = 0
  11.     Surfaces = 3
  12.     BlocksPerTrack = 33
  13.     Reserved = 2
  14.     Interleave = 0
  15.     LowCyl = 2  ;  HighCyl = 789 /* of 789 */
  16.     Mount = 1
  17.     Buffers = 20
  18.     Stacksize = 4000        /* Required for FFS */
  19.     GlobVec = -1            /* Required for FFS */
  20.     FileSystem = l:FastFileSystem    /* Required for FFS */
  21.     DosType = 0x444F5301        /* Required for FFS */
  22. #
  23.  
  24.